<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	font-size:13px;
}
p,ul,li,h1,h2,h3,h4,h5,h6 {padding:0px; margin:0px;}
ul,li {list-style:none;}
img {border:0px;}
body { margin:0px;font-family: Verdana, Geneva, sans-serif;font-size: 12px;color:#666666;}
a {color:#666666;text-decoration: none;blr:expression(this.onFocus=this.blur());outline:none;}
a:hover {text-decoration:none;color:#444444;}
/*文本框*/
.small_text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-family: inherit;
	font-size: 100%;
	line-height: 18px;
	margin: 0;
	padding:0 8px;
	vertical-align: middle;
  width:80px;
  outline: none;
  height: 38px;
  box-sizing: border-box;
  border-radius: 2px;
}
/*按钮*/
.btn_green {
  cursor:pointer;
  color: #F5487A;
  float: right;
  text-decoration: underline;
}
.btn_red {
  width: 100%;
  display: block;
	border:0px solid gray;
	margin:0px;
	color:#fff;
	font-weight:bold;
	background:#F5487A;
	border-radius: 3px 3px 3px 3px;
  cursor:pointer;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
.btn_red:hover {
	background:#F42460;
}
.input_text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-family: inherit;
	font-size: 100%;
	line-height: 18px;
	margin: 0;
	padding: 0 8px;
	vertical-align: middle;
  width:220px;
  outline: none;
  height: 38px;
  box-sizing: border-box;
  border-radius: 2px;
}
img {
	vertical-align:middle;
}
.login_dialog_left {
	background-color:#fff;
}
.login_dialog_left h2 {
	text-align:center;
	background:none repeat scroll 0 0 #EFEFEF;
	padding: 12px 16px;
	font-family:"微软雅黑";
	font-size:16px;
	margin-top:0px;
}
.reg_dialog {
	line-height:50px;
}
.login_dialog_right {
	float:left;
	height:320px;
	text-align:center;
	width:40%;
	background:url("../images/login_regbg.png") no-repeat scroll -30px 150px transparent;
	background-color:#f8f8f8;
}
.login_dialog_right h2 {
	text-align:center;
	background:none repeat scroll 0 0 #EDEDED;
	padding:16px;
	font-family:"微软雅黑";
	font-size:16px;
	margin-top:0px;
}
.login_dialog_form {
	line-height:40px;
  padding:10px 30px;
  width: 290px;
  margin: 0 auto;
}
.login_dialog_form img{vertical-align:middle;}
.login_dialog_main{
  overflow: hidden;
}
 
.login_dialog_main td{
  padding: 5px 0;
  font-size: 14px;
  overflow: hidden;
}</pre></body></html>